home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-08-07 | 375 b | 51 lines | [TEXT/TiGA] |
-
- |V|: 24 // Number of nodes
- |E|: 40 // Number of edges
-
- 1 2 // Edges are represented as pairs of node numbers...
- 2 3
- 3 4
- 4 5
- 5 6
- 6 7
- 7 8
- 8 1
-
- 1 9
- 2 10
- 3 11
- 4 12
- 5 13
- 6 14
- 7 15
- 8 16
-
- 9 10
- 10 11
- 11 12
- 12 13
- 13 14
- 14 15
- 15 16
- 16 9
-
- 9 17
- 10 18
- 11 19
- 12 20
- 13 21
- 14 22
- 15 23
- 16 24
-
- 17 18
- 18 19
- 19 20
- 20 21
- 21 22
- 22 23
- 23 24
- 24 17
-
- ---
-